All Questions
Tagged with angular2asp.net-mvc-web-api
2 questions
2votes
1answer
3kviews
Calling executables from an ASP.NET WebAPI
I have an Angular application with a table, and I'm considering having the console application take the name of C# programs that the user can run. I was thinking of passing the name or code of the ...
4votes
1answer
399views
Joining table with table from external database/API
For a prototype project I've created an Angular 2 application with simple CRUD functionality using Auth0 to handle authentication with a back-end containing a Web API (core), Service and Repository ...